home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / let_it_f.swf / scripts / DefineSprite_610 / frame_1 / DoAction.as
Text File  |  2008-11-12  |  158b  |  10 lines

  1. tryagain.onPress = function()
  2. {
  3.    _parent.play();
  4. };
  5. endgame.onPress = function()
  6. {
  7.    _root.giveup = true();
  8.    _parent.gotoAndPlay("endgame");
  9. };
  10.